home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion 2 / Software Explosion 2 - Virtual Computer Pets (1997).iso / windoze / whiskers / kcip0.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1997-07-01  |  268 b   |  17 lines

  1. on mouseDown
  2.   global activity
  3.   set activity to 4
  4.   if the doubleClick then
  5.     set activity to 5
  6.   end if
  7.   set the constraint of sprite 15 to 20
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp
  12.   checkbounds(17)
  13.   grav(17)
  14.   set the constraint of sprite 15 to 0
  15.   updateStage()
  16. end
  17.